-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sonic-config-engine] Clean up dependencies, pin versions; install Python 3 package in Buster container #5656
Conversation
This comment has been minimized.
This comment has been minimized.
retest this please |
… purge when finished
…g netifaces Python package
Retest broadcom please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
@jleveque hi, the clean up commit likely causes pmon container to fail because of enum module absence in python2 |
@vboykox: Can you please point to an example of this failure? What you describe was not seen on any of the PR check builds. |
The log:
|
@vboykox: Thank you for reporting this. It looks like this cleanup exposed other areas where dependency specification was lacking. I have created a PR which should fix this: sonic-net/sonic-platform-daemons#106 |
@jleveque thanks |
…thon 3 package in Buster container (sonic-net#5656) To clean up the image build procedure, and let setuptools/pip[3] implicitly install Python dependencies. Also use ipaddress package instead of ipaddr.
- Why I did it
To clean up the image build procedure, and let setuptools/pip[3] implicitly install Python dependencies. Also use ipaddress package instead of ipaddr.
- How I did it
- How to verify it
- Which release branch to backport (provide reason below if selected)